func runtime.tophash
15 uses
runtime (current package)
map.go#L196: func tophash(hash uintptr) uint8 {
map.go#L431: top := tophash(hash)
map.go#L492: top := tophash(hash)
map.go#L536: top := tophash(hash)
map.go#L614: top := tophash(hash)
map.go#L731: top := tophash(hash)
map.go#L1226: top = tophash(hash)
map_fast32.go#L166: insertb.tophash[inserti&(bucketCnt-1)] = tophash(hash) // mask inserti to avoid bounds checks
map_fast32.go#L256: insertb.tophash[inserti&(bucketCnt-1)] = tophash(hash) // mask inserti to avoid bounds checks
map_fast64.go#L166: insertb.tophash[inserti&(bucketCnt-1)] = tophash(hash) // mask inserti to avoid bounds checks
map_fast64.go#L256: insertb.tophash[inserti&(bucketCnt-1)] = tophash(hash) // mask inserti to avoid bounds checks
map_faststr.go#L93: top := tophash(hash)
map_faststr.go#L188: top := tophash(hash)
map_faststr.go#L230: top := tophash(hash)
map_faststr.go#L325: top := tophash(hash)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |